Interrogation and Access

int Length(void)

Returns the length of the list.

Space& operator[](int n)

Returns a reference to the nth space in the list (using zero-based indexing).